home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global g_num_pics
- mouseClick()
- set oldSprites to saveSprites()
- set oldCursors to saveCursors()
- clearCursors()
- set the cursor of sprite 15 to [132 + 144, 140 + 144]
- set the cursor of sprite 16 to [131 + 144, 139 + 144]
- set button to [133 + 144, 141 + 144]
- set the cursor of sprite 2 to button
- set the visible of sprite 3 to 0
- set the visible of sprite 6 to 0
- set the visible of sprite 7 to 0
- set the visible of sprite 8 to 0
- set the visible of sprite 9 to 0
- set the visible of sprite 10 to 0
- set the visible of sprite 11 to 0
- updateStage()
- play frame the frame + 63
- restoreSprites(oldSprites)
- restoreCursors(oldCursors)
- end
-